From: Eli Zaretskii Date: Fri, 28 Sep 2001 06:18:36 +0000 (+0000) Subject: (apropos-print): Fix last change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~61907 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=53a7d078a15c8246f1978af147cc7446c01dfdf2;p=emacs.git (apropos-print): Fix last change. --- diff --git a/lisp/apropos.el b/lisp/apropos.el index d61527591fa..0743b9da82a 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el @@ -520,7 +520,7 @@ alphabetically by symbol name; but this function also sets (insert "If moving the mouse over text changes the text's color,\n" (substitute-command-keys "you can click \\[apropos-mouse-follow] on that text to get more information.\n"))) - (insert "In this buffer, go to the name of the command, or function" + (insert "In this buffer, go to the name of the command, or function," " or variable,\n" (substitute-command-keys "and type \\[apropos-follow] to get full documentation.\n\n"))